home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / vgakit41 / mksticks.bat < prev    next >
DOS Batch File  |  1991-05-18  |  227b  |  9 lines

  1. ml /c mode13x.asm
  2. ml /c xpoint.asm
  3. ml /c svgamode.asm
  4. ml /c banks.asm
  5. ml /c line.asm
  6. \msc\bin\cl -AS -Oas -Gs -Zl -Zp -FPa -Zi -c sticks.c
  7. link sticks+mode13x+xpoint+svgamode+banks+line,sticks,sticks,\msc\lib\slibca;
  8.  
  9.